The GINO licence on a PC includes an automatic unlimited run-time licence allowing you to distribute your GINO executable programs free of charge. Certain GINO files are required for correct operation of your program and these are described below:
WINGUIxx.DLL
Always required
GMWINERR.DLL
Always required
GMENUDLL.DLL
Always required
GWOGL.DLL
Always required
GSWF.DLL
Always required
GINO.CON
Always required
GINLIBxx.DLL
Only required if application uses GINO-F
GMWIN.DLL
Only required if application uses GINO-F
GJPEG.DLL
Only required if application uses JPEG driver
GPNG.DLL
Only required if application uses PNG driver
GGRAFxx.DLL
Only required if application uses GINOGRAF
GSURFxx.DLL
Only required if application uses GINOSURF
app.EXE.MANIFEST
Required to retain XP/Vista look and feel (if not built in)
(If distributing double-precision applications, the above files with 'D' appended to them are needed instead; e.g. GINLIBxxD.DLL).
GINO.FON
Only required if using GINO software fonts above font no. 0
GINO.MES
Only required if application is to generate long error text
(error numbers will still be generated without this file)
All the above files either need to be placed in the same directory as the application or the DLL's can be placed in the system PATH and the .CON, .FON and .MES files can be placed in a directory pointed to by the environment variable GINO.
Some compilers may need their own DLL's distributed with the application - check the compiler documentation for details.
UNIX, Linux and OpenVMS Redistribution
To redistribute GINO programs on UNIX/OpenVMS platforms a run-time licence is required from Bradly Associates.  All programs on these platforms are statically linked, so only the following GINO files are required:
UNIX/Linux
gino.config
Contains your serial no. and is always required
gino.fonts
Only required if using GINO software fonts above font no. 0
gino.message
Only required if application is to generates long error text (error numbers will still be generated without this file)
MENUBIG1.ICN
Required for GINOMENU programs using GINOMENU's large supplied icons
MENUSML1.ICN
Required for GINOMENU programs using GINOMENU's small supplied icons
OpenVMS
GINO.CON
Contains your serial no. and is always required
GINO.FON
Only required if using GINO software fonts above font no. 0
GINO.MES
Only required if application is to generates long error text (error numbers will still be generated without this file)
MENUBIG1.ICN
Required for GINOMENU programs using GINOMENU's large supplied icons
MENUSML1.ICN
Required for GINOMENU programs using GINOMENU's small supplied icons
These files need to be placed either in the same directory as the application or in a directory pointed to by the environment variable GINOHOME.